﻿@charset "utf-8";


.ddsmoothmenu{ font-size:12px; font-family:"宋体"; BACKGROUND:url(images/nav_bg1.jpg) repeat-x; width:100%; height:44px; float:left;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
text-align:center;
height:44px;
width:140px;
font-weight: bold;
}

.menu { width:120px;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display: block; /*background of menu items (default state)*/ color: white; font-size:14px; font-family:"宋体"; text-decoration: none; height:44px; line-height:44px;}
.ddsmoothmenu ul li ul { background:#fff;}
.fms { background:url(../images/navline.gif) right top no-repeat;}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #eeeeee;
font-size:14px; text-align:center
}

.ddsmoothmenu ul li a.selected{ 
background:url(../images/navbgon.gif) bottom no-repeat;

}
.ddsmoothmenu ul li a:hover{
background:url(images/nav_li_current21.jpg) bottom no-repeat;
color: #eeeeee;
}


.ddsmoothmenu ul li ul li a {  color:write;}
.ddsmoothmenu ul li ul li a:link {color:write;font-size:12px;}
.ddsmoothmenu ul li ul li a:visited {color:#eeeeee;font-size:12px;}
.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #ff9b09!important;
}

.ddsmoothmenu ul li ul li a:hover{
color: #ff9b09;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
width:140px;
margin-left:0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding-bottom:1px;
padding-top:1px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{ text-align:left;height:30px;
display: list-item; 
float: none; text-align:center; font-size:12px;
BACKGROUND:url(images/nav_bg1.jpg) repeat-x;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ background:#d3d7da;
top: 0; margin-left:-10px; margin-top:-1px;
border:#ffffff 1px solid; border-left:none;
}

.ddsmoothmenu ul li ul li ul li { width:122px;}
.ddsmoothmenu ul li ul li ul li a { width:122px; height:25px; line-height:25px; background:url(../../../%E4%B8%B4%E5%B7%A5/internet/images/thirdmenubg.gif) no-repeat;}
.ddsmoothmenu ul li ul li ul li a:hover { background:url(../../../%E4%B8%B4%E5%B7%A5/internet/images/thirdmenubgon.gif) no-repeat;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
height:22px; line-height:22px; font-family:宋体; font-size:12px;  margin:0 auto; padding:0px 15px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: -1000px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 8px;
right: 15px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:none;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.0;
}
